home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / testall.py < prev    next >
Text File  |  2005-10-18  |  136b  |  5 lines

  1. # Backward compatibility -- you should use regrtest instead of this module.
  2. import sys, regrtest
  3. sys.argv[1:] = ["-vv"]
  4. regrtest.main()
  5.